ML Fall state detection - #1899
Closed
alexschmander wants to merge 40 commits into
Closed
Conversation
alexschmander
force-pushed
the
tinyml-fall-state-prediction
branch
from
July 2, 2025 13:12
9723229 to
efd85f8
Compare
knoellle
force-pushed
the
tinyml-fall-state-prediction
branch
from
July 2, 2025 16:07
b453496 to
50a75e1
Compare
alexschmander
force-pushed
the
tinyml-fall-state-prediction
branch
2 times, most recently
from
July 4, 2025 09:38
7dd9709 to
a5e8555
Compare
alexschmander
force-pushed
the
tinyml-fall-state-prediction
branch
from
July 10, 2025 08:32
e499b6f to
1727b7f
Compare
alexschmander
force-pushed
the
tinyml-fall-state-prediction
branch
from
July 10, 2025 11:20
1727b7f to
3d17b4b
Compare
alexschmander
force-pushed
the
tinyml-fall-state-prediction
branch
2 times, most recently
from
July 16, 2025 15:28
cfece17 to
32dc1ea
Compare
alexschmander
force-pushed
the
tinyml-fall-state-prediction
branch
from
July 16, 2025 20:29
32dc1ea to
56e8d16
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why? What?
Describe here why you created this PR and what it does
Fixes #
ToDo / Known Issues
tflite-rsfrom crates-io does not build. The fork at [ThagonDuarte/tflite-rs)[https://github.com/ThagonDuarte/tflite-rs] does however. The path in theCargo.tomlpoints to this locally cloned repo. Forpepsi build naoor any comparable command to work, the sdk needs to be patched with a rust flag:~/.local/share/hulk/sdk/<current_version>/sysroots/x86_64-naosdk-linux/environment-setup.d/x86_64-aldebaran-linux-gnu_rust.shto:export CARGO_TARGET_X86_64_ALDEBARAN_LINUX_GNU_RUSTFLAGS="--sysroot=$OECORE_TARGET_SYSROOT/usr -C link-arg=--sysroot=$OECORE_TARGET_SYSROOT -C relocation-model=dynamic-no-pic"Ideas for Next Iterations (Not This PR)
If there are some improvements that could be done in a next iteration, describe them here.
How to Test
Describe how to test your changes. (For the reviewer)